Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(api): add node.open.vertical_no_picker, node.open.horizontal_no_picker #3031

Merged
merged 5 commits into from
Dec 21, 2024

Conversation

fdgdgerg
Copy link
Contributor

No description provided.

@alex-courtis alex-courtis changed the title No pickers for splits feat(api): add node.open.vertical_no_picker, node.open.horizontal_no_picker Dec 21, 2024
else
vim.api.nvim_win_set_option(id, "statusline", "%=" .. char .. "%=") ---@diagnostic disable-line: deprecated
vim.api.nvim_win_set_option(id, "winhl", "StatusLine:NvimTreeWindowPicker,StatusLineNC:NvimTreeWindowPicker") ---@diagnostic disable-line: deprecated
vim.api.nvim_win_set_option(id, "winhl", "StatusLine:NvimTreeWindowPicker,StatusLineNC:NvimTreeWindowPicker") ---@diagnostic disable-line: deprecated
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't make unnecessary whitespace changes.

See https://github.com/nvim-tree/nvim-tree.lua/wiki/Development#lua-language-server

Copy link
Member

@alex-courtis alex-courtis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for adding this.

The change is careful and safe, in this fragile area of code.

In the interests of time I've updated and merged.

@alex-courtis alex-courtis merged commit 68fc4c2 into nvim-tree:master Dec 21, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants